Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.signature.config.default--rootconfig

This contribution is part of XML component org.nuxeo.signature.config.default inside nuxeo-platform-signature-config-9.10.jar /OSGI-INF/signature-default-contrib.xml

Documentation

The configuration of the server root certificate.

Extension Point

Extension point rootconfig of component RootService.

Contributed Items

  • <configuration>
          <rootKeystoreFilePath>pdfca-keystore.jks</rootKeystoreFilePath>
          <rootKeystorePassword>********</rootKeystorePassword>
          <rootCertificateAlias>pdfcakey</rootCertificateAlias>
          <!-- or proper certificate -->
          <rootKeyAlias>pdfcakey</rootKeyAlias>
          <rootKeyPassword>********</rootKeyPassword>
        </configuration>

XML Source

<extension point="rootconfig" target="org.nuxeo.ecm.platform.signature.api.pki.RootService">
    <documentation>
      The configuration of the server root certificate.
    </documentation>
    <configuration>
      <rootKeystoreFilePath>pdfca-keystore.jks</rootKeystoreFilePath>
      <rootKeystorePassword>********</rootKeystorePassword>
      <rootCertificateAlias>pdfcakey</rootCertificateAlias>
      <!-- or proper certificate -->
      <rootKeyAlias>pdfcakey</rootKeyAlias>
      <rootKeyPassword>********</rootKeyPassword>
    </configuration>
  </extension>